home *** CD-ROM | disk | FTP | other *** search
/ PC Answers 2003 September / PC Answers September 2003.iso / Software / trial / AutoMate 5.0.4.1 / automate5_eval_setup.exe / TaskEdit.exe / 0 / RCDATA / TFRMSTOPTASK / TFRMSTOPTASK.txt
Encoding:
Text File  |  2003-01-14  |  1.9 KB  |  87 lines

  1. inherited frmStopTask: TfrmStopTask
  2.   HelpContext = 101
  3.   OldCreateOrder = True
  4.   PixelsPerInch = 96
  5.   TextHeight = 13
  6.   inherited pnlTop: TPanel
  7.     inherited lblCommandName: TLabel
  8.       Caption = ''
  9.     end
  10.     inherited memActionDesc: TMemo
  11.       Lines.Strings = (
  12.         'Stops the currently running task')
  13.     end
  14.   end
  15.   inherited pnlCenter: TPanel
  16.     inherited pgcControlPage: TPageControl
  17.       inherited tbsAM5Main: TTabSheet
  18.         object rdoStopCurrent: TRadioButton
  19.           Left = 10
  20.           Top = 16
  21.           Width = 293
  22.           Height = 17
  23.           Caption = 'Stop the ¤t task'
  24.           Checked = True
  25.           TabOrder = 0
  26.           TabStop = True
  27.           OnClick = rdoStopCurrentClick
  28.         end
  29.         object rdoStopOther: TRadioButton
  30.           Left = 10
  31.           Top = 45
  32.           Width = 301
  33.           Height = 17
  34.           Caption = 'Stop another running &task:'
  35.           TabOrder = 1
  36.           OnClick = rdoStopOtherClick
  37.         end
  38.         object edtTaskToStop: TEdit
  39.           Left = 28
  40.           Top = 62
  41.           Width = 431
  42.           Height = 21
  43.           Color = clBtnFace
  44.           Enabled = False
  45.           TabOrder = 2
  46.         end
  47.       end
  48.     end
  49.   end
  50.   inherited taclKeyboardTrap: TActionList
  51.     Left = 200
  52.   end
  53.   inherited dxSIBarManager: TdxBarManager
  54.     Categories.ItemsVisibles = (
  55.       2)
  56.     Categories.Visibles = (
  57.       True)
  58.     PopupMenuLinks = <
  59.       item
  60.         Control = lsvAM5Errors
  61.         PopupMenu = dxCheckPopup
  62.       end>
  63.     DockControlHeights = (
  64.       0
  65.       0
  66.       0
  67.       0)
  68.   end
  69.   inherited dxCheckPopup: TdxBarPopupMenu
  70.     ItemLinks = <
  71.       item
  72.         Item = itmCheckAllErrors
  73.         UserGlyph.Data = {00000000}
  74.         Visible = True
  75.       end
  76.       item
  77.         Item = itmCheckNoErrors
  78.         UserGlyph.Data = {00000000}
  79.         Visible = True
  80.       end>
  81.   end
  82.   inherited IvTranslator1: TIvTranslator
  83.     Left = 232
  84.     Top = 348
  85.   end
  86. end
  87.